home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / blankers / flyingwindows / install
Text File  |  1978-11-24  |  728b  |  36 lines

  1. (if (= @language "deutsch")
  2.     (
  3.         (SET Intro  "Wilkommen zum Installer-Script für FlyingWindows")
  4.         (SET Where  "Wohin soll das Binary von Flying windows hinkopiert werden ?")
  5.     )
  6. )
  7.  
  8. (if (= @language "english")
  9.     (
  10.         (SET Intro  "Welcome to the installer-script for FlyingWindows")
  11.         (SET Where  "Where do you want to place the binary of FlyingWindows")
  12.     )
  13. )
  14.  
  15. (SET Wuck
  16.     (ASKDIR
  17.         (PROMPT Where)
  18.         (HELP   "")
  19.         (DEFAULT "sys:wb-startup")
  20.     )
  21. )
  22.  
  23. (COPYFILES
  24.     (SOURCE ":util/Blank/FlyingWindows/   ")
  25.     (DEST   Wuck)
  26. )
  27.  
  28. (if (= @language "deutsch")
  29.     (COPYFILES
  30.         (SOURCE ":util/Blank/FLyingWindows/   ")
  31.         (DEST   "sys:locale/catalogs/deutsch")
  32.     )
  33. )
  34.  
  35.  
  36.